home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0286.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  600 b   |  26 lines

  1. collin@xs4all.nl wrote on 24-Mai-97:
  2.  
  3. > For Y=1 To HEIGHT
  4. >   TILE=Peek(_START+X+Y*WIDTH)
  5. >   _PASTE_TILE(X,Y,TILE)
  6. > Next Y
  7.  
  8. > (I bet it is all already in AMCAF :-) )
  9.  
  10. Nope, this time, it's not in AMCAF ;)
  11.  
  12. There's only one command to paste a 16x16 icon at 16x16 pixel boundaries.
  13.  
  14. -- 
  15. Best Regards,
  16.  _____    __   _  __  ______    ___  __  __   __
  17. |"("  \()/" ) (_)/" )("     \()/\" \(__)/" ) /" )
  18. |  )   )/  /    /  /| \______)/" \  \  /  /|/  /
  19. | (___//  /    /  /"|   |" | (  (_\__)/  /"/  /
  20. |  |  /  /"\  /  /  | _ |  | _\  /  //  /|/  /__
  21. |__| (__/___)(__/|__|(_)|__|(_)\/__/(__/ (__/(MM)
  22.  
  23.  
  24.  
  25.  
  26.